<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

*{
	margin: 0px;
	padding: 0px;
}

html,body{
    height:100%;
}

body {
	color: #999;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", san-serif;
  	background-image: url(../images/base/bg_p0.jpg);
	font-size: small;
}


img {
	border: 0;
	margin: 0px;
	padding: 0px;
	vertical-align:bottom
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}


/*ふんわり*/
a.huwa{
    color: #05163d;
 	text-decoration: none;
    -webkit-transition: 0.5s;
     -moz-transition: 0.5s;
     -o-transition: 0.5s;
     -ms-transition: 0.5s;
     transition: 0.5s;
}
 
a.huwa:hover {
    color: #fff;
    text-shadow: -1px 1px 5px #0049ef, 1px -1px 5px #0049ef;
}

ul,li {
	list-style-type: none;
}



h1,h2,h3,h4,h5,h6,p,ul,ol,dl,dd,li,pre,form,fieldset,input,textarea,select {
	margin: 0px;
	padding: 0px;
	color: #000000;
	font-style: normal;
	font-size: small;
	font-weight: normal;
}

.clearset {
	clear: both;
}


#main {
	width: 470px;
	margin:0 auto;
background:url("../images/base/bg02.png") repeat-x;
}
#main02 {
	width: 400px;
	margin:0 auto;
	   	padding-top: 20px;
    padding-bottom: 40px;
}

#main01 {
	width: 400px;
	padding: 0px;
   	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-left-color: #000;
/*	border-bottom-width: 1px
	border-bottom-style: solid;
	border-bottom-color: #000;*/
	border-top-width: 1px
	border-top-style: solid;
	border-top-color: #000;

}

/*１*/
#contents {
	width: 100%;
/*	background:url("../images/base/bg02.png") repeat-x;
   	background-repeat: repeat-x;
	/*position: absolute; absolute*relative*/
	height:100%;
   height:auto !important;
    min-height: 100%;
      margin:0 auto;
          padding-bottom: 40px;
}

/*２
#contents {
   width:980px;
   margin:0 auto;
 background:#fff url("../images/base/bg00.png") repeat-x;
   padding:0;
       padding-bottom: 40px;
}*/

/*追加*/

#footer {
    position: relative;
	height: 50px;
	padding-top: 5px;
	height: 100px;
	clear: both;
	width: 100%;
	background: #000;
	font-size: 77%;
}
#footer * {
	color: #ccc;
}

#copyright {
	position: absolute;
	right: 10px;
	top: 10px;
	text-align: right;
	color: #ccc;
}

#copyright a {
	display: block;
	width: 135px;
	height: 24px;
	background: url('../images/base/dc_logo00.png') no-repeat;
	text-align: left;
	text-indent: -9999px;
	overflow-x: hidden;
}

#wrap {
	text-align: left;
	color: #9c9fa5;
	margin: 10px 15px;
}

/* page-top */

#page-top {
	position: fixed;
	bottom: 10px;
	right: 0px;
	font-size: 77%;
}
#page-top a {
	background: #999;
	text-decoration: none;
	color: #333;
	width: 100px;
	padding: 8px 0;
	text-align: center;
	display: block;
	border-radius: 2px;
}
#page-top a:hover {
	text-decoration: none;
	background: #666666;
}

/*情報*/

#info_text {
/*	width:455px;*/
		padding: 8px 8px;
/*	border-color:#40D9D1B3;
	border-width:0 0 3px 0;
	border-style:solid;*/
/*	padding:5px;*/
	background:#ffffff;
	height: auto;
	color: #494949;
}

#info{
	color: #494949;
	background: url('../images/base/bg01.png') ;
/*	border-width:0 0 1px 0;
	border-style:solid;*/
	padding: 12px;
	margin-top: 5px;
}

#info li
{
	color: #494949;
	padding:5px;
/*	margin-bottom: 0.5em;*/
	
}
#info ol {	margin-bottom: 8em;
		list-style-type: upper-roman;
	}



#biko{
	padding:5px;
	font-size: 77%;
}	

.appIconBig{
	padding: 10px;
 display: block;
 margin-left: auto;
 margin-right: auto;
}

#biko02{
text-align: right;  padding: 0.5em 0 0 0; margin: 5em 0 0 0;	font-size: 77%;
}

</pre></body></html>